projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff7affe
)
Indentation change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jul 2002 19:01:59 +0000
(19:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jul 2002 19:01:59 +0000
(19:01 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 6be518b014709b5b65d4b9bc77c894ea141436be..bc506cc84cf3ec11d889214805a87a9507dd4585 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-756,9
+756,9
@@
a case-insensitive match is tried."
(insert Info-dir-contents)
(goto-char (point-min)))
(let ((dirs (if Info-additional-directory-list
-
(append Info-directory-list
-
Info-additional-directory-list)
-
Info-directory-list))
+ (append Info-directory-list
+ Info-additional-directory-list)
+ Info-directory-list))
;; Bind this in case the user sets it to nil.
(case-fold-search t)
;; This is set non-nil if we find a problem in some input files.